home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
GAM
/
R-S
/
RoboWar 2.3.sea
/
RoboWar 2.3
/
Robots
/
Suicide
< prev
next >
Wrap
Text File
|
1990-04-02
|
450b
|
36 lines
# Suicide!
# Take your enemy out with you!
# Written 2 March 1990 by Tim Seufert
start:
9 speedx' store
7 speedy' store
main:
x 50 < posx if
x 250 > negx if
y 50 < posy if
y 250 > negy if
collision HariKari if
main jump
posx:
9 speedx' store
return
negx:
-9 speedx' store
return
posy:
7 speedy' store
return
negy:
-7 speedy' store
return
HariKari:
150 nuke' store
return